home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / scm / scm.readme < prev    next >
Text File  |  1999-04-19  |  1KB  |  26 lines

  1. Short:    Scheme interpreter for R5RS
  2. Uploader: lorens@hem.passagen.se
  3. Type:     dev/lang
  4. Requires: ixemul.library
  5.  
  6. Scm conforms to Revised^5 Report on the Algorithmic Language Scheme
  7. and the IEEE P1178 specification.  Scm is written in C and runs under
  8. Amiga, Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, Unicos, VMS, Unix and
  9. similar systems.  ASCII and EBCDIC are supported.
  10.  
  11. Documentation is included explaining the many Scheme Language
  12. extensions in scm, the internal representations, and how to extend or
  13. include SCM in other programs.  Documentation is online at:
  14.  
  15.          http://swissnet.ai.mit.edu/~jaffer/SCM.html
  16.  
  17. SCM can be obtained via FTP (detailed instructions follow) from:
  18.  swissnet.ai.mit.edu:pub/scm/scm5d0.tar.gz
  19.  ftp.gnu.org:pub/gnu/jacal/scm5d0.tar.gz
  20.  ftp.cs.indiana.edu:/pub/scheme-repository/imp/scm5d0.tar.gz
  21.  
  22. SLIB is a portable Scheme library which SCM uses:
  23.  swissnet.ai.mit.edu:pub/scm/slib2c5.tar.gz
  24.  ftp.gnu.org:pub/gnu/jacal/slib2c5.tar.gz
  25.  ftp.cs.indiana.edu:/pub/scheme-repository/code/lib/slib2c5.tar.gz
  26.